home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 16
/
Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso
/
Aminet
/
dev
/
src
/
wangisrc.lha
/
wangi
/
z
/
chunker
/
History
< prev
Wrap
Text File
|
1996-04-18
|
1KB
|
40 lines
1.0 : 04.11.95
+ Original version
1.1 : 05.11.95
+ Full documentation added.
1.2 : 10.11.95
+ Added lots of conditional coding... Amiga exe size is now 2.5k
compared to 12k !!
+ Amiga version now accepts readarg arguments.
+ Chunker and dechunk Amiga versions are now pure, they can
be made resident.
+ Actually compiled the MSDOS versions... by heck they are
over 15k in size!
1.2b
1.3 : 14.11.95
+ Unix compilation would fail. A #endif was missing from version.h
+ Improved and fixed Unix makefile.
1.4 : 18.02.96
+ Massive speed increase with the Amiga version! About 374% faster!!
Thanks to Asyncio!
1.5 : 20.02.96
+ Chunker and dechunk would crash if run with wb 1.2,1.3. Fixed this
and the 1.2 compatable Amiga versions are now also included in the
archive
1.6 : 01.04.96
+ Minor compilation changes.
+ Fixed minor bug in Unix makefile
+ Fixed problem with segmentation fault on Unix if no args are given
(Thnaks to Oliver Roberts for pointing out the 2 bugs above)
1.7 : 18.04.96
+ "\n" was missing from the usage information on the DOS/Unix/Ami1.3
version.
+ Slight changes to code - m#?() changes to OS_#?() (machine.h)
+ makefile had "gcc" as the default compiler rather than "CC"